projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e494eee
)
(make_terminal_frame) [CANNOT_DUMP]: Initialize
author
Kim F. Storm
<storm@cua.dk>
Mon, 26 Aug 2002 09:56:07 +0000
(09:56 +0000)
committer
Kim F. Storm
<storm@cua.dk>
Mon, 26 Aug 2002 09:56:07 +0000
(09:56 +0000)
foreground and background colors. From Joe Buehler (tiny change).
src/frame.c
patch
|
blob
|
history
diff --git
a/src/frame.c
b/src/frame.c
index 6adc1f32d8565635b12552bef2eb5a7a1fab2dae..ffd0c5ade10e38fea821686f7d4ea7892c961f38 100644
(file)
--- a/
src/frame.c
+++ b/
src/frame.c
@@
-490,6
+490,10
@@
make_terminal_frame ()
make_mac_terminal_frame (f);
#else
f->output_data.x = &tty_display;
+#ifdef CANNOT_DUMP
+ FRAME_FOREGROUND_PIXEL(f) = FACE_TTY_DEFAULT_FG_COLOR;
+ FRAME_BACKGROUND_PIXEL(f) = FACE_TTY_DEFAULT_BG_COLOR;
+#endif
#endif /* MAC_OS8 */
#endif /* WINDOWSNT */
#endif /* MSDOS */